home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / term / term_source.lha / Extras / Source / term-source.lha / Glue / AvailDevUnit.asm < prev    next >
Assembly Source File  |  1996-10-20  |  281b  |  15 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** AvailDevUnit ram interface
  3.     XREF    _OwnDevUnitBase
  4.     SECTION    OwnDevUnit,code
  5.     XDEF    _AvailDevUnit
  6. _AvailDevUnit:
  7.         move.l    a6,-(sp)
  8.         move.l    _OwnDevUnitBase,a6
  9.         move.l    8(sp),a0
  10.         move.l    12(sp),d0
  11.         jsr    -54(a6)
  12.         move.l    (sp)+,a6
  13.         rts
  14.     END
  15.